projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27f338a
)
entered into RCS
author
Richard M. Stallman
<rms@gnu.org>
Wed, 25 May 1994 19:57:48 +0000
(19:57 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 25 May 1994 19:57:48 +0000
(19:57 +0000)
lispref/keymaps.texi
patch
|
blob
|
history
diff --git
a/lispref/keymaps.texi
b/lispref/keymaps.texi
index 02bada65bcedcb6039ec7a89a25140061563a082..d100b2b16ea8534d06f0694922a7a5bc40ab41ec 100644
(file)
--- a/
lispref/keymaps.texi
+++ b/
lispref/keymaps.texi
@@
-1638,7
+1638,10
@@
the menu. To put it elsewhere, use @code{define-key-after}:
@defun define-key-after map key binding after
Define a binding in @var{map} for @var{key}, with value @var{binding},
just like @code{define-key}, but position the binding in @var{map} after
-the binding for the event @var{after}. For example,
+the binding for the event @var{after}. The argument @var{key} should
+be of length one---a vector or string with just one element.
+
+For example,
@example
(define-key-after my-menu [drink]